home *** CD-ROM | disk | FTP | other *** search
/ Especial Multimedia / Especial Multimedia.iso / Multimed / Musica / ZMUD32.ZIP / ZMUD.EXE / 0 / RCDATA / TWALKDIALOG / TWALKDIALOG.txt
Text File  |  1997-06-09  |  47KB  |  1,444 lines

  1. object WalkDialog: TWalkDialog
  2.   Left = 196
  3.   Top = 131
  4.   HelpContext = 130
  5.   BorderStyle = bsDialog
  6.   Caption = 'Speed Walking'
  7.   ClientHeight = 353
  8.   ClientWidth = 564
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = [fsBold]
  13.   ShowHint = True
  14.   OnActivate = FormActivate
  15.   OnClose = FormClose
  16.   OnCreate = FormCreate
  17.   OnDestroy = FormDestroy
  18.   OnDeactivate = FormDeactivate
  19.   OnShow = FormShow
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object WalkTab: TTabbedNotebook
  23.     Left = 0
  24.     Top = 24
  25.     Width = 561
  26.     Height = 272
  27.     TabsPerRow = 6
  28.     TabFont.Color = clBtnText
  29.     TabFont.Height = -11
  30.     TabFont.Name = 'MS Sans Serif'
  31.     TabFont.Style = []
  32.     TabOrder = 0
  33.     OnChange = WalkTabChange
  34.     object TTabPage
  35.       Left = 4
  36.       Top = 24
  37.       Caption = 'Actions'
  38.       object Image1: TImage
  39.         Left = 184
  40.         Top = 8
  41.         Width = 32
  42.         Height = 32
  43.         AutoSize = True
  44.       end
  45.       object Label4: TLabel
  46.         Left = 224
  47.         Top = 80
  48.         Width = 95
  49.         Height = 13
  50.         Caption = 'Current Path ahead:'
  51.         Font.Color = clWindowText
  52.         Font.Height = -12
  53.         Font.Name = 'MS Sans Serif'
  54.         Font.Style = []
  55.         ParentFont = False
  56.       end
  57.       object RecordLabel: TLabel
  58.         Left = 352
  59.         Top = 120
  60.         Width = 75
  61.         Height = 13
  62.         Caption = 'RECORDING'
  63.         Color = clBtnFace
  64.         Font.Color = clRed
  65.         Font.Height = -12
  66.         Font.Name = 'MS Sans Serif'
  67.         Font.Style = [fsBold]
  68.         ParentColor = False
  69.         ParentFont = False
  70.         Visible = False
  71.       end
  72.       object Label5: TLabel
  73.         Left = 224
  74.         Top = 120
  75.         Width = 97
  76.         Height = 13
  77.         Caption = 'Current Path behind:'
  78.         Font.Color = clWindowText
  79.         Font.Height = -12
  80.         Font.Name = 'MS Sans Serif'
  81.         Font.Style = []
  82.         ParentFont = False
  83.       end
  84.       object SlowLabel: TLabel
  85.         Left = 349
  86.         Top = 80
  87.         Width = 78
  88.         Height = 13
  89.         Caption = 'Slow Walking'
  90.         Color = clBtnFace
  91.         Font.Color = clWindowText
  92.         Font.Height = -12
  93.         Font.Name = 'MS Sans Serif'
  94.         Font.Style = [fsBold]
  95.         ParentColor = False
  96.         ParentFont = False
  97.         Visible = False
  98.       end
  99.       object Label6: TLabel
  100.         Left = 224
  101.         Top = 58
  102.         Width = 54
  103.         Height = 13
  104.         Caption = 'Path name:'
  105.         Font.Color = clWindowText
  106.         Font.Height = -12
  107.         Font.Name = 'MS Sans Serif'
  108.         Font.Style = []
  109.         ParentFont = False
  110.       end
  111.       object Label1: TLabel
  112.         Left = 8
  113.         Top = 8
  114.         Width = 78
  115.         Height = 13
  116.         Caption = 'Stored Paths:'
  117.         Font.Color = clWindowText
  118.         Font.Height = -12
  119.         Font.Name = 'MS Sans Serif'
  120.         Font.Style = [fsBold]
  121.         ParentFont = False
  122.       end
  123.       object Label2: TLabel
  124.         Left = 8
  125.         Top = 24
  126.         Width = 148
  127.         Height = 13
  128.         Caption = 'Click on a path in this list to edit'
  129.         Font.Color = clWindowText
  130.         Font.Height = -12
  131.         Font.Name = 'MS Sans Serif'
  132.         Font.Style = []
  133.         ParentFont = False
  134.       end
  135.       object Label3: TLabel
  136.         Left = 8
  137.         Top = 38
  138.         Width = 116
  139.         Height = 13
  140.         Caption = 'Double-click to fast walk'
  141.         Font.Color = clWindowText
  142.         Font.Height = -12
  143.         Font.Name = 'MS Sans Serif'
  144.         Font.Style = []
  145.         ParentFont = False
  146.       end
  147.       object Bevel2: TBevel
  148.         Left = 168
  149.         Top = 8
  150.         Width = 17
  151.         Height = 232
  152.         Shape = bsLeftLine
  153.       end
  154.       object Inh: TLabel
  155.         Left = 224
  156.         Top = 168
  157.         Width = 188
  158.         Height = 13
  159.         Caption = 'Inherited from parent settings file'
  160.         Font.Color = clRed
  161.         Font.Height = -12
  162.         Font.Name = 'MS Sans Serif'
  163.         Font.Style = [fsBold]
  164.         ParentFont = False
  165.         Visible = False
  166.       end
  167.       object Label19: TLabel
  168.         Left = 224
  169.         Top = 16
  170.         Width = 219
  171.         Height = 13
  172.         Caption = 'Paths store directions to locations on the MUD'
  173.         Font.Color = clWindowText
  174.         Font.Height = -12
  175.         Font.Name = 'MS Sans Serif'
  176.         Font.Style = []
  177.         ParentFont = False
  178.       end
  179.       object CurrentPath: TEdit
  180.         Left = 224
  181.         Top = 96
  182.         Width = 209
  183.         Height = 21
  184.         Hint = 
  185.           '|Current directions stored in path or ahead of you in record buf' +
  186.           'fer'
  187.         AutoSize = False
  188.         Font.Color = clWindowText
  189.         Font.Height = -12
  190.         Font.Name = 'MS Sans Serif'
  191.         Font.Style = []
  192.         ParentFont = False
  193.         TabOrder = 1
  194.         OnChange = CurrentPathChange
  195.       end
  196.       object FastBtn: TBitBtn
  197.         Left = 440
  198.         Top = 54
  199.         Width = 105
  200.         Height = 27
  201.         Hint = '|Execute the current Path Ahead'
  202.         Caption = '&Fast walk'
  203.         Default = True
  204.         Font.Color = clBtnText
  205.         Font.Height = -12
  206.         Font.Name = 'MS Sans Serif'
  207.         Font.Style = []
  208.         ModalResult = 1
  209.         ParentFont = False
  210.         TabOrder = 3
  211.         OnClick = FastBtnClick
  212.         Glyph.Data = {
  213.           90010000424D9001000000000000760000002800000020000000100000000100
  214.           0400000000000001000000000000000000000000000000000000000000000000
  215.           80000080000000808000800000008000800080800000C0C0C000808080000000
  216.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  217.           3333333333333333333333003333303333333333333333333333333633333603
  218.           3333333333333333333333363333633333333333333333333333333366363333
  219.           0003333333333333333333333EC6333333333333333333333333333C366C3333
  220.           3333333333333333333333E3C6C6333000333333333333333333333336663333
  221.           33333333333333333333333333E333000333333333333333333333333EE03333
  222.           3333333333333333333333333E00333333333333333333333333333330003333
  223.           3333333333333333333333333333333333333333333333333333333333333333
  224.           3333333333333333333333333333333333333333333333333333000000000000
  225.           0000000000000000000000000000000000000000}
  226.         Margin = 8
  227.         NumGlyphs = 2
  228.         Spacing = -1
  229.         IsControl = True
  230.       end
  231.       object SlowBtn: TBitBtn
  232.         Left = 440
  233.         Top = 86
  234.         Width = 105
  235.         Height = 27
  236.         Hint = '|Execute the current Path Ahead in Slow Walk mode'
  237.         Caption = 'Slow &walk'
  238.         Font.Color = clBtnText
  239.         Font.Height = -12
  240.         Font.Name = 'MS Sans Serif'
  241.         Font.Style = []
  242.         ModalResult = 6
  243.         ParentFont = False
  244.         TabOrder = 5
  245.         OnClick = SlowBtnClick
  246.         Glyph.Data = {
  247.           90010000424D9001000000000000760000002800000020000000100000000100
  248.           0400000000000001000000000000000000000000000000000000000000000000
  249.           80000080000000808000800000008000800080800000C0C0C000808080000000
  250.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  251.           3333333333333333333333003330333333333333333333333333333633330333
  252.           33333333333333333333333363363333333333333333333333333333363E3333
  253.           333333333333333333333333366C333333333333333333333333333C36C63333
  254.           3333333333333333333333E3C6C6333333333333333333333333333336663333
  255.           33333333333333333333333333E333333333333333333333333333333EE03333
  256.           3333333333333333333333333E00333333333333333333333333333330003333
  257.           3333333333333333333333333333333333333333333333333333333333333333
  258.           3333333333333333333333333333333333333333333333333333000000000000
  259.           0000000000000000000000000000000000000000}
  260.         Margin = 8
  261.         NumGlyphs = 2
  262.         Spacing = -1
  263.         IsControl = True
  264.       end
  265.       object StepBtn: TBitBtn
  266.         Left = 440
  267.         Top = 150
  268.         Width = 105
  269.         Height = 27
  270.         Hint = '|Take a single step forward in the Path ahead'
  271.         Caption = '&Step'
  272.         Font.Color = clBtnText
  273.         Font.Height = -12
  274.         Font.Name = 'MS Sans Serif'
  275.         Font.Style = []
  276.         ModalResult = 7
  277.         ParentFont = False
  278.         TabOrder = 6
  279.         OnClick = StepBtnClick
  280.         Glyph.Data = {
  281.           90010000424D9001000000000000760000002800000020000000100000000100
  282.           0400000000000001000000000000000000000000000000000000000000000000
  283.           80000080000000808000800000008000800080800000C0C0C000808080000000
  284.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00300333003333
  285.           33333F8333F83333333330033300333333333FF333FF33333333333333333333
  286.           333333333333333333330000300003333333F8883F8883333333000030000333
  287.           3333F3383F33833333330000300003333333F3383F3383333333300333003333
  288.           33333FF333FF3333333333333333333333333333333333333333333333330033
  289.           300333333333F8333F83333333330033300333333333FF333FF3333333333333
  290.           3333333333333333333333333330000300003333333F8883F888333333300003
  291.           00003333333F3383F33833333330000300003333333F3383F338333333330033
  292.           300333333333FF333FF333333333333333333333333333333333000000000000
  293.           0000000000000000000000000000000000000000}
  294.         Margin = 8
  295.         NumGlyphs = 2
  296.         Spacing = -1
  297.         IsControl = True
  298.       end
  299.       object StartBtn: TBitBtn
  300.         Left = 316
  301.         Top = 214
  302.         Width = 119
  303.         Height = 27
  304.         Hint = '|Mark current location and start recording a path'
  305.         Caption = 'Start &Recording'
  306.         Font.Color = clBtnText
  307.         Font.Height = -12
  308.         Font.Name = 'MS Sans Serif'
  309.         Font.Style = []
  310.         ModalResult = 4
  311.         ParentFont = False
  312.         TabOrder = 11
  313.         OnClick = StartBtnClick
  314.         Glyph.Data = {
  315.           90010000424D9001000000000000760000002800000020000000100000000100
  316.           0400000000000001000000000000000000000000000000000000000000000000
  317.           80000080000000808000800000008000800080800000C0C0C000808080000000
  318.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333338888833
  319.           3333333333333333333333388999998833333333333333333333338999999999
  320.           833333333333333333333B9999999999983333333333333333333B9999999999
  321.           98333333333333333333B9999999999999833333333333333333B99999999999
  322.           99833333333333333333B9999999999999833333333333333333B99999999999
  323.           99833333333333333333B99999999999998333333333333333333B9999999999
  324.           983333333333333333333B99999999999833333333333333333333B999999999
  325.           83333333333333333333333BB99999883333333333333333333333333BBBBB33
  326.           3333333333333333333333333333333333333333333333333333000000000000
  327.           0000000000000000000000000000000000000000}
  328.         NumGlyphs = 2
  329.         Spacing = -1
  330.         IsControl = True
  331.       end
  332.       object BitBtn1: TBitBtn
  333.         Left = 440
  334.         Top = 182
  335.         Width = 105
  336.         Height = 27
  337.         Hint = '|Backup a single step in the Path behind'
  338.         Caption = '&Backup'
  339.         Font.Color = clBtnText
  340.         Font.Height = -12
  341.         Font.Name = 'MS Sans Serif'
  342.         Font.Style = []
  343.         ModalResult = 3
  344.         ParentFont = False
  345.         TabOrder = 7
  346.         OnClick = BitBtn1Click
  347.         Glyph.Data = {
  348.           90010000424D9001000000000000760000002800000020000000100000000100
  349.           0400000000000001000000000000000000000000000000000000000000000000
  350.           80000080000000808000800000008000800080800000C0C0C000808080000000
  351.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00300333003333
  352.           333338833388333333330000300003333333F3383F3383333333000030000333
  353.           3333F3383F33833333330000300003333333FFFF3FFFF3333333333333333333
  354.           3333333333333333333330033300333333333F8333F833333333300333003333
  355.           33333FF333FF3333333333333333333333333333333333333333333333330033
  356.           3003333333338833388333333330000300003333333F3383F338333333300003
  357.           00003333333F3383F33833333330000300003333333FFFF3FFFF333333333333
  358.           33333333333333333333333333330033300333333333F8333F83333333330033
  359.           300333333333FF333FF333333333333333333333333333333333000000000000
  360.           0000000000000000000000000000000000000000}
  361.         Margin = 8
  362.         NumGlyphs = 2
  363.         Spacing = -1
  364.         IsControl = True
  365.       end
  366.       object StopBtn: TBitBtn
  367.         Left = 316
  368.         Top = 214
  369.         Width = 119
  370.         Height = 27
  371.         Hint = '|Stop record a path and save it'
  372.         Caption = 'Stop &Recording'
  373.         Font.Color = clBtnText
  374.         Font.Height = -12
  375.         Font.Name = 'MS Sans Serif'
  376.         Font.Style = []
  377.         ModalResult = 4
  378.         ParentFont = False
  379.         TabOrder = 10
  380.         Visible = False
  381.         OnClick = StartBtnClick
  382.         Glyph.Data = {
  383.           90010000424D9001000000000000760000002800000020000000100000000100
  384.           0400000000000001000000000000000000000000000000000000000000000000
  385.           80000080000000808000800000008000800080800000C0C0C000808080000000
  386.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  387.           333333333333333333333333333333333333333333333333333333B888888888
  388.           8333333333333333333333B9999999998333333333333333333333B999999999
  389.           8333333333333333333333B9999999998333333333333333333333B999999999
  390.           8333333333333333333333B9999999998333333333333333333333B999999999
  391.           8333333333333333333333B9999999998333333333333333333333B999999999
  392.           8333333333333333333333B9999999998333333333333333333333BBBBBBBBBB
  393.           8333333333333333333333333333333333333333333333333333333333333333
  394.           3333333333333333333333333333333333333333333333333333000000000000
  395.           0000000000000000000000000000000000000000}
  396.         NumGlyphs = 2
  397.         Spacing = -1
  398.         IsControl = True
  399.       end
  400.       object PBehind: TEdit
  401.         Left = 224
  402.         Top = 136
  403.         Width = 209
  404.         Height = 21
  405.         Hint = '|Directions behind you in the record buffer'
  406.         TabStop = False
  407.         AutoSize = False
  408.         Color = clBtnFace
  409.         Font.Color = clWindowText
  410.         Font.Height = -12
  411.         Font.Name = 'MS Sans Serif'
  412.         Font.Style = []
  413.         ParentFont = False
  414.         TabOrder = 2
  415.       end
  416.       object BitBtn2: TBitBtn
  417.         Left = 440
  418.         Top = 214
  419.         Width = 105
  420.         Height = 27
  421.         Hint = '|Turn around.  Swaps Path ahead with Path behind'
  422.         Caption = '&Turn around'
  423.         Font.Color = clBtnText
  424.         Font.Height = -12
  425.         Font.Name = 'MS Sans Serif'
  426.         Font.Style = []
  427.         ParentFont = False
  428.         TabOrder = 9
  429.         OnClick = BitBtn2Click
  430.         Glyph.Data = {
  431.           90010000424D9001000000000000760000002800000020000000100000000100
  432.           0400000000000001000000000000000000000000000000000000000000000000
  433.           80000080000000808000800000008000800080800000C0C0C000808080000000
  434.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  435.           3333333333FFFFF3333333333999993333333333F88888FFF333333999999999
  436.           3333333888333888FF3333999333339993333388333333888FF3399933333339
  437.           993338833333333388F3399333333333993338833333333338FF993333333333
  438.           399388F333333333388F993333333333399388F3333333333383993333333333
  439.           333388F3333333333333993333333333333388F33333333FFFFF993333333399
  440.           999388FF33333388888F3993333333399993383FF3333338888F399933333333
  441.           99933883FF33333F888F339993333399999333883FFFFF88888F333999999999
  442.           3393333888333888338333333999993333333333388888333333000000000000
  443.           0000000000000000000000000000000000000000}
  444.         Margin = 8
  445.         NumGlyphs = 2
  446.         Spacing = -1
  447.         IsControl = True
  448.       end
  449.       object ReverseBtn: TBitBtn
  450.         Left = 440
  451.         Top = 118
  452.         Width = 105
  453.         Height = 27
  454.         Hint = '|Reverse and Execute the current Path Ahead'
  455.         Caption = 'Re&verse'
  456.         Font.Color = clBtnText
  457.         Font.Height = -12
  458.         Font.Name = 'MS Sans Serif'
  459.         Font.Style = []
  460.         ModalResult = 1
  461.         ParentFont = False
  462.         TabOrder = 8
  463.         OnClick = ReverseBtnClick
  464.         Glyph.Data = {
  465.           90010000424D9001000000000000760000002800000020000000100000000100
  466.           0400000000000001000000000000000000000000000000000000000000000000
  467.           80000080000000808000800000008000800080800000C0C0C000808080000000
  468.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  469.           3333333333333333333333333300333330333333333333333333333333363333
  470.           3603333333333333333333333336333363333333333333333333330003336636
  471.           33333333333333333333333333333EC6333333333333333333330003333C366C
  472.           33333333333333333333333333E3C6C633333333333333333333333333333666
  473.           333333333333333333333300033333E333333333333333333333333333333EE0
  474.           33333333333333333333333333333E0033333333333333333333333333333000
  475.           3333333333333333333333333333333333333333333333333333333333333333
  476.           3333333333333333333333333333333333333333333333333333000000000000
  477.           0000000000000000000000000000000000000000}
  478.         Margin = 8
  479.         NumGlyphs = 2
  480.         Spacing = -1
  481.         IsControl = True
  482.       end
  483.       object StopWalk: TBitBtn
  484.         Left = 440
  485.         Top = 86
  486.         Width = 105
  487.         Height = 27
  488.         Hint = '|Stop the current slow walking'
  489.         Caption = 'STOP walk'
  490.         Font.Color = clBtnText
  491.         Font.Height = -12
  492.         Font.Name = 'MS Sans Serif'
  493.         Font.Style = []
  494.         ModalResult = 6
  495.         ParentFont = False
  496.         TabOrder = 4
  497.         Visible = False
  498.         OnClick = StopWalkClick
  499.         Glyph.Data = {
  500.           90010000424D9001000000000000760000002800000020000000100000000100
  501.           0400000000000001000000000000000000000000000000000000000000000000
  502.           80000080000000808000800000008000800080800000C0C0C000808080000000
  503.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333338888833
  504.           3333333333FFFFF33333333399999983333333333333333F3333333999999998
  505.           3333333333333333F33333999999999983333333333333333F33399999999999
  506.           983333333333333333F3B999999999999983383333333333333FB99999999999
  507.           9983383333333333333FB999999999999983383333333333333FB99999999999
  508.           9983383333333333333FB999999999999983383333333333333F3B9999999999
  509.           9933338333333333333333B99999999993333338333333333333333B99999999
  510.           333333338333333333333333B99999933333333338333333333333333BBBBB33
  511.           3333333333888883333333333333333333333333333333333333000000000000
  512.           0000000000000000000000000000000000000000}
  513.         Margin = 8
  514.         NumGlyphs = 2
  515.         Spacing = -1
  516.         IsControl = True
  517.       end
  518.       object PathName: TEdit
  519.         Left = 288
  520.         Top = 56
  521.         Width = 145
  522.         Height = 21
  523.         Hint = '|Name of path'
  524.         AutoSize = False
  525.         Font.Color = clWindowText
  526.         Font.Height = -12
  527.         Font.Name = 'MS Sans Serif'
  528.         Font.Style = []
  529.         ParentFont = False
  530.         TabOrder = 0
  531.         OnChange = PathNameChange
  532.       end
  533.       object PathList: TListBox
  534.         Left = 8
  535.         Top = 56
  536.         Width = 154
  537.         Height = 153
  538.         Font.Color = clWindowText
  539.         Font.Height = -12
  540.         Font.Name = 'MS Sans Serif'
  541.         Font.Style = []
  542.         ItemHeight = 13
  543.         ParentFont = False
  544.         Sorted = True
  545.         TabOrder = 12
  546.         OnClick = PathListClick
  547.         OnDblClick = PathListDblClick
  548.         OnMouseDown = PathListMouseDown
  549.       end
  550.       object NewBtn: TBitBtn
  551.         Left = 8
  552.         Top = 214
  553.         Width = 62
  554.         Height = 27
  555.         Hint = '|Create a new path'
  556.         Caption = '&New'
  557.         Font.Color = clBtnText
  558.         Font.Height = -12
  559.         Font.Name = 'MS Sans Serif'
  560.         Font.Style = []
  561.         ParentFont = False
  562.         TabOrder = 13
  563.         OnClick = NewBtnClick
  564.         NumGlyphs = 2
  565.         Spacing = -1
  566.         IsControl = True
  567.       end
  568.       object CopyBtn: TBitBtn
  569.         Left = 72
  570.         Top = 214
  571.         Width = 62
  572.         Height = 27
  573.         Hint = '|Make a copy of the currently selected path'
  574.         Caption = '&Copy'
  575.         Font.Color = clBtnText
  576.         Font.Height = -12
  577.         Font.Name = 'MS Sans Serif'
  578.         Font.Style = []
  579.         ParentFont = False
  580.         TabOrder = 14
  581.         OnClick = CopyBtnClick
  582.         Glyph.Data = {
  583.           56070000424D5607000000000000360400002800000028000000140000000100
  584.           0800000000002003000000000000000000000000000000000000000000000000
  585.           80000080000000808000800000008000800080800000C0C0C000C0DCC000F0CA
  586.           A600000000000000000000000000000000000000000000000000000000000000
  587.           0000000000000000000000000000000000000000000000000000000000000000
  588.           0000000000000000000000000000000000000000000000000000000000000000
  589.           0000000000000000000000000000000000000000000000000000000000000000
  590.           0000000000000000000000000000000000000000000000000000000000000000
  591.           0000000000000000000000000000000000000000000000000000000000000000
  592.           0000000000000000000000000000000000000000000000000000000000000000
  593.           0000000000000000000000000000000000000000000000000000000000000000
  594.           0000000000000000000000000000000000000000000000000000000000000000
  595.           0000000000000000000000000000000000000000000000000000000000000000
  596.           0000000000000000000000000000000000000000000000000000000000000000
  597.           0000000000000000000000000000000000000000000000000000000000000000
  598.           0000000000000000000000000000000000000000000000000000000000000000
  599.           0000000000000000000000000000000000000000000000000000000000000000
  600.           0000000000000000000000000000000000000000000000000000000000000000
  601.           0000000000000000000000000000000000000000000000000000000000000000
  602.           0000000000000000000000000000000000000000000000000000000000000000
  603.           0000000000000000000000000000000000000000000000000000000000000000
  604.           0000000000000000000000000000000000000000000000000000000000000000
  605.           0000000000000000000000000000000000000000000000000000000000000000
  606.           0000000000000000000000000000000000000000000000000000000000000000
  607.           0000000000000000000000000000000000000000000000000000000000000000
  608.           0000000000000000000000000000000000000000000000000000000000000000
  609.           0000000000000000000000000000000000000000000000000000000000000000
  610.           0000000000000000000000000000000000000000000000000000000000000000
  611.           0000000000000000000000000000000000000000000000000000000000000000
  612.           0000000000000000000000000000000000000000000000000000000000000000
  613.           0000000000000000000000000000000000000000000000000000000000000000
  614.           0000000000000000000000000000000000000000000000000000000000000000
  615.           000000000000000000000000000000000000F0FBFF00A4A0A000808080000000
  616.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00030303030303
  617.           03030303030303030303030303030303030303030303FFFFFFFFFFFFFFFFFFFF
  618.           0303030303030303030000000000000000000003030303030303030303F8F8F8
  619.           F8F8F8F8F8F8F8FF03030303030303030300FFFFFFFFFFFFFFFF000303030303
  620.           0303030303F8FF03030303030303F8FF03030303030303030300FBFFFBFFFBFF
  621.           FBFF0003030303030303030303F8FF03FFFFFFFFFFFFF8FF0303030303030303
  622.           0300FFF8F8F8F8F8F8FF0003030303030303030303F8FFF8F8F8F8F8F803F8FF
  623.           03030303030303030300FBFFFBFFFBFFFBFF00030303030303FFFFFFFFF8FF03
  624.           FFFFFFFFFFFFF8FF03030303000000000000FFF8F8F8F8F8F8FF000303030303
  625.           F8F8F8F8F8F8FFF8F8F8F8F8F803F8FF0303030300FFFFFFFF00FBFFFBFFFBFF
  626.           FBFF000303030303F8FF030303F8FF03FFFFFFFFFFFFF8FF0303030300FFFFFF
  627.           FF00FFF8F8F8F8F8F8FF000303030303F8FF030303F8FFF8F8F8F8F8F803F8FF
  628.           0303030300FF07070700FBFFFBFFFBFFFBFF000303030303F8FF030303F8FF03
  629.           0303030303FFF8FF0303030300FFFFFFFF00FFFFFFFFFFFF0000000303030303
  630.           F8FF030303F8FF0303030303F8F8F8030303030300FF07070700FBFFFBFFFBFF
  631.           0000030303030303F8FF030303F8FFFFFFFFFFFFF8F803030303030300FFFFFF
  632.           FF000000000000000003030303030303F8FF030303F8F8F8F8F8F8F8F8030303
  633.           0303030300FF070707070707FF0003030303030303030303F8FF030303030303
  634.           03F8FF03030303030303030300FFFFFFFFFFFFFFFF0003030303030303030303
  635.           F8FF030303030303FFF8FF03030303030303030300FFFFFFFFFFFF0000000303
  636.           0303030303030303F8FF0303030303F8F8F80303030303030303030300FFFFFF
  637.           FFFFFF00000303030303030303030303F8FFFFFFFFFFFFF8F803030303030303
  638.           030303030000000000000000030303030303030303030303F8F8F8F8F8F8F8F8
  639.           0303030303030303030303030303030303030303030303030303030303030303
  640.           0303030303030303030303030303030303030303030303030303030303030303
  641.           0303030303030303030303030303030303030303030303030303}
  642.         NumGlyphs = 2
  643.         Spacing = -1
  644.         IsControl = True
  645.       end
  646.       object DelBtn: TBitBtn
  647.         Left = 136
  648.         Top = 214
  649.         Width = 27
  650.         Height = 27
  651.         Hint = 'Delete path'
  652.         TabOrder = 15
  653.         OnClick = DelBtnClick
  654.         NumGlyphs = 2
  655.         Spacing = -1
  656.         IsControl = True
  657.       end
  658.     end
  659.     object TTabPage
  660.       Left = 4
  661.       Top = 24
  662.       Caption = 'Settings'
  663.       object Label7: TLabel
  664.         Left = 40
  665.         Top = 16
  666.         Width = 212
  667.         Height = 13
  668.         Caption = 'This character is used to prefix speedwalking'
  669.         Font.Color = clWindowText
  670.         Font.Height = -12
  671.         Font.Name = 'MS Sans Serif'
  672.         Font.Style = []
  673.         ParentFont = False
  674.       end
  675.       object Sample: TLabel
  676.         Left = 40
  677.         Top = 30
  678.         Width = 64
  679.         Height = 13
  680.         Caption = 'e.g.  .3ns2wu'
  681.         Font.Color = clWindowText
  682.         Font.Height = -12
  683.         Font.Name = 'MS Sans Serif'
  684.         Font.Style = []
  685.         ParentFont = False
  686.       end
  687.       object Label8: TLabel
  688.         Left = 288
  689.         Top = 8
  690.         Width = 126
  691.         Height = 13
  692.         Caption = 'Slow Walking settings'
  693.       end
  694.       object Bevel1: TBevel
  695.         Left = 416
  696.         Top = 15
  697.         Width = 121
  698.         Height = 9
  699.         Shape = bsTopLine
  700.       end
  701.       object Label74: TLabel
  702.         Left = 288
  703.         Top = 50
  704.         Width = 144
  705.         Height = 13
  706.         Caption = 'Timeout value (1000 = 1 sec) :'
  707.         Font.Color = clWindowText
  708.         Font.Height = -12
  709.         Font.Name = 'MS Sans Serif'
  710.         Font.Style = []
  711.         ParentFont = False
  712.       end
  713.       object Label73: TLabel
  714.         Left = 288
  715.         Top = 78
  716.         Width = 195
  717.         Height = 13
  718.         Caption = 'Strings to determine successful slow walk'
  719.         Font.Color = clWindowText
  720.         Font.Height = -12
  721.         Font.Name = 'MS Sans Serif'
  722.         Font.Style = []
  723.         ParentFont = False
  724.       end
  725.       object MoveChar: TEdit
  726.         Left = 6
  727.         Top = 20
  728.         Width = 25
  729.         Height = 21
  730.         Hint = '|Character to enter to prefix speedwalking paths'
  731.         AutoSize = False
  732.         Font.Color = clWindowText
  733.         Font.Height = -12
  734.         Font.Name = 'Courier'
  735.         Font.Style = []
  736.         MaxLength = 1
  737.         ParentFont = False
  738.         TabOrder = 0
  739.         OnChange = MoveCharChange
  740.       end
  741.       object SlowTimeout: TCheckBox
  742.         Left = 286
  743.         Top = 32
  744.         Width = 121
  745.         Height = 17
  746.         Hint = 
  747.           '|If checked, timeout stops walk, otherwise timeout continues slo' +
  748.           'w walk'
  749.         Alignment = taLeftJustify
  750.         Caption = 'Timeout aborts walk'
  751.         Font.Color = clWindowText
  752.         Font.Height = -12
  753.         Font.Name = 'MS Sans Serif'
  754.         Font.Style = []
  755.         ParentFont = False
  756.         TabOrder = 1
  757.       end
  758.       object SlowTime: TEdit
  759.         Left = 440
  760.         Top = 48
  761.         Width = 57
  762.         Height = 21
  763.         Hint = '|Value of slow walk timer'
  764.         AutoSize = False
  765.         Font.Color = clWindowText
  766.         Font.Height = -12
  767.         Font.Name = 'MS Sans Serif'
  768.         Font.Style = []
  769.         ParentFont = False
  770.         TabOrder = 2
  771.       end
  772.       object SlowList: TStringGrid
  773.         Left = 288
  774.         Top = 96
  775.         Width = 209
  776.         Height = 137
  777.         Hint = '|Strings used to continue slow walk'
  778.         ColCount = 1
  779.         DefaultRowHeight = 17
  780.         FixedCols = 0
  781.         RowCount = 32
  782.         FixedRows = 0
  783.         Font.Color = clWindowText
  784.         Font.Height = -12
  785.         Font.Name = 'MS Sans Serif'
  786.         Font.Style = []
  787.         Options = [goEditing]
  788.         ParentFont = False
  789.         ScrollBars = ssVertical
  790.         TabOrder = 3
  791.         ColWidths = (
  792.           256)
  793.       end
  794.     end
  795.     object TTabPage
  796.       Left = 4
  797.       Top = 24
  798.       Caption = 'Directions'
  799.       object Label9: TLabel
  800.         Left = 8
  801.         Top = 8
  802.         Width = 103
  803.         Height = 13
  804.         Caption = 'Stored Directions:'
  805.         Font.Color = clWindowText
  806.         Font.Height = -12
  807.         Font.Name = 'MS Sans Serif'
  808.         Font.Style = [fsBold]
  809.         ParentFont = False
  810.       end
  811.       object Label10: TLabel
  812.         Left = 8
  813.         Top = 24
  814.         Width = 122
  815.         Height = 13
  816.         Caption = 'Click on a direction to edit'
  817.         Font.Color = clWindowText
  818.         Font.Height = -12
  819.         Font.Name = 'MS Sans Serif'
  820.         Font.Style = []
  821.         ParentFont = False
  822.       end
  823.       object Image2: TImage
  824.         Left = 184
  825.         Top = 8
  826.         Width = 32
  827.         Height = 32
  828.         AutoSize = True
  829.       end
  830.       object Bevel3: TBevel
  831.         Left = 168
  832.         Top = 8
  833.         Width = 9
  834.         Height = 230
  835.         Shape = bsLeftLine
  836.       end
  837.       object Label11: TLabel
  838.         Left = 224
  839.         Top = 16
  840.         Width = 222
  841.         Height = 13
  842.         Caption = 'Directions assign MUD commands to the single'
  843.         Font.Color = clWindowText
  844.         Font.Height = -12
  845.         Font.Name = 'MS Sans Serif'
  846.         Font.Style = []
  847.         ParentFont = False
  848.       end
  849.       object Label12: TLabel
  850.         Left = 224
  851.         Top = 30
  852.         Width = 182
  853.         Height = 13
  854.         Caption = 'character codes used in speedwalking'
  855.         Font.Color = clWindowText
  856.         Font.Height = -12
  857.         Font.Name = 'MS Sans Serif'
  858.         Font.Style = []
  859.         ParentFont = False
  860.       end
  861.       object Label13: TLabel
  862.         Left = 224
  863.         Top = 54
  864.         Width = 214
  865.         Height = 13
  866.         Caption = 'Each direction needs a single character code'
  867.         Font.Color = clWindowText
  868.         Font.Height = -12
  869.         Font.Name = 'MS Sans Serif'
  870.         Font.Style = []
  871.         ParentFont = False
  872.       end
  873.       object Label14: TLabel
  874.         Left = 240
  875.         Top = 68
  876.         Width = 198
  877.         Height = 13
  878.         Caption = 'along with a code for the reverse direction'
  879.         Font.Color = clWindowText
  880.         Font.Height = -12
  881.         Font.Name = 'MS Sans Serif'
  882.         Font.Style = []
  883.         ParentFont = False
  884.       end
  885.       object Label15: TLabel
  886.         Left = 240
  887.         Top = 84
  888.         Width = 215
  889.         Height = 13
  890.         Caption = 'and a list of MUD commands used to activate'
  891.         Font.Color = clWindowText
  892.         Font.Height = -12
  893.         Font.Name = 'MS Sans Serif'
  894.         Font.Style = []
  895.         ParentFont = False
  896.       end
  897.       object Label16: TLabel
  898.         Left = 240
  899.         Top = 98
  900.         Width = 184
  901.         Height = 13
  902.         Caption = 'the direction seperated by a | character'
  903.         Font.Color = clWindowText
  904.         Font.Height = -12
  905.         Font.Name = 'MS Sans Serif'
  906.         Font.Style = []
  907.         ParentFont = False
  908.       end
  909.       object AliasText: TLabel
  910.         Left = 193
  911.         Top = 130
  912.         Width = 72
  913.         Height = 13
  914.         Caption = 'Direction code:'
  915.         Font.Color = clWindowText
  916.         Font.Height = -12
  917.         Font.Name = 'MS Sans Serif'
  918.         Font.Style = []
  919.         ParentFont = False
  920.       end
  921.       object ComText: TLabel
  922.         Left = 193
  923.         Top = 178
  924.         Width = 55
  925.         Height = 13
  926.         Caption = 'Commands:'
  927.         Font.Color = clWindowText
  928.         Font.Height = -12
  929.         Font.Name = 'MS Sans Serif'
  930.         Font.Style = []
  931.         ParentFont = False
  932.       end
  933.       object Label17: TLabel
  934.         Left = 193
  935.         Top = 154
  936.         Width = 70
  937.         Height = 13
  938.         Caption = 'Reverse code:'
  939.         Font.Color = clWindowText
  940.         Font.Height = -12
  941.         Font.Name = 'MS Sans Serif'
  942.         Font.Style = []
  943.         ParentFont = False
  944.       end
  945.       object InhDir: TLabel
  946.         Left = 272
  947.         Top = 224
  948.         Width = 188
  949.         Height = 13
  950.         Caption = 'Inherited from parent settings file'
  951.         Font.Color = clRed
  952.         Font.Height = -12
  953.         Font.Name = 'MS Sans Serif'
  954.         Font.Style = [fsBold]
  955.         ParentFont = False
  956.         Visible = False
  957.       end
  958.       object Label18: TLabel
  959.         Left = 193
  960.         Top = 202
  961.         Width = 67
  962.         Height = 13
  963.         Caption = 'Map direction:'
  964.         Font.Color = clWindowText
  965.         Font.Height = -12
  966.         Font.Name = 'MS Sans Serif'
  967.         Font.Style = []
  968.         ParentFont = False
  969.       end
  970.       object DirList: TListBox
  971.         Left = 8
  972.         Top = 40
  973.         Width = 154
  974.         Height = 169
  975.         Font.Color = clWindowText
  976.         Font.Height = -12
  977.         Font.Name = 'MS Sans Serif'
  978.         Font.Style = []
  979.         ItemHeight = 13
  980.         ParentFont = False
  981.         Sorted = True
  982.         TabOrder = 0
  983.         OnClick = DirListClick
  984.         OnMouseDown = DirListMouseDown
  985.       end
  986.       object NewDirBtn: TBitBtn
  987.         Left = 8
  988.         Top = 214
  989.         Width = 62
  990.         Height = 27
  991.         Hint = '|Create a new direction code'
  992.         Caption = '&New'
  993.         Font.Color = clBtnText
  994.         Font.Height = -12
  995.         Font.Name = 'MS Sans Serif'
  996.         Font.Style = []
  997.         ParentFont = False
  998.         TabOrder = 4
  999.         OnClick = NewDirBtnClick
  1000.         NumGlyphs = 2
  1001.         Spacing = -1
  1002.         IsControl = True
  1003.       end
  1004.       object DirChar: TEdit
  1005.         Left = 272
  1006.         Top = 128
  1007.         Width = 25
  1008.         Height = 21
  1009.         Hint = '|Single character code to assign command to'
  1010.         AutoSize = False
  1011.         Font.Color = clWindowText
  1012.         Font.Height = -12
  1013.         Font.Name = 'MS Sans Serif'
  1014.         Font.Style = []
  1015.         MaxLength = 1
  1016.         ParentFont = False
  1017.         TabOrder = 1
  1018.         OnChange = DirCharChange
  1019.       end
  1020.       object DirStr: TEdit
  1021.         Left = 272
  1022.         Top = 176
  1023.         Width = 169
  1024.         Height = 21
  1025.         Hint = '|Commands separated by bar(|) to assign to direction code'
  1026.         AutoSize = False
  1027.         Font.Color = clWindowText
  1028.         Font.Height = -12
  1029.         Font.Name = 'MS Sans Serif'
  1030.         Font.Style = []
  1031.         ParentFont = False
  1032.         TabOrder = 3
  1033.         OnChange = RevCharChange
  1034.       end
  1035.       object RevChar: TEdit
  1036.         Left = 272
  1037.         Top = 152
  1038.         Width = 25
  1039.         Height = 21
  1040.         Hint = '|Direction code to use when reversing a direction'
  1041.         AutoSize = False
  1042.         Font.Color = clWindowText
  1043.         Font.Height = -12
  1044.         Font.Name = 'MS Sans Serif'
  1045.         Font.Style = []
  1046.         MaxLength = 1
  1047.         ParentFont = False
  1048.         TabOrder = 2
  1049.         OnChange = RevCharChange
  1050.       end
  1051.       object CopyDirBtn: TBitBtn
  1052.         Left = 72
  1053.         Top = 214
  1054.         Width = 62
  1055.         Height = 27
  1056.         Hint = '|Make a copy of the currently selected direction code'
  1057.         Caption = '&Copy'
  1058.         Font.Color = clBtnText
  1059.         Font.Height = -12
  1060.         Font.Name = 'MS Sans Serif'
  1061.         Font.Style = []
  1062.         ParentFont = False
  1063.         TabOrder = 5
  1064.         OnClick = CopyDirBtnClick
  1065.         Glyph.Data = {
  1066.           56070000424D5607000000000000360400002800000028000000140000000100
  1067.           0800000000002003000000000000000000000000000000000000000000000000
  1068.           80000080000000808000800000008000800080800000C0C0C000C0DCC000F0CA
  1069.           A600000000000000000000000000000000000000000000000000000000000000
  1070.           0000000000000000000000000000000000000000000000000000000000000000
  1071.           0000000000000000000000000000000000000000000000000000000000000000
  1072.           0000000000000000000000000000000000000000000000000000000000000000
  1073.           0000000000000000000000000000000000000000000000000000000000000000
  1074.           0000000000000000000000000000000000000000000000000000000000000000
  1075.           0000000000000000000000000000000000000000000000000000000000000000
  1076.           0000000000000000000000000000000000000000000000000000000000000000
  1077.           0000000000000000000000000000000000000000000000000000000000000000
  1078.           0000000000000000000000000000000000000000000000000000000000000000
  1079.           0000000000000000000000000000000000000000000000000000000000000000
  1080.           0000000000000000000000000000000000000000000000000000000000000000
  1081.           0000000000000000000000000000000000000000000000000000000000000000
  1082.           0000000000000000000000000000000000000000000000000000000000000000
  1083.           0000000000000000000000000000000000000000000000000000000000000000
  1084.           0000000000000000000000000000000000000000000000000000000000000000
  1085.           0000000000000000000000000000000000000000000000000000000000000000
  1086.           0000000000000000000000000000000000000000000000000000000000000000
  1087.           0000000000000000000000000000000000000000000000000000000000000000
  1088.           0000000000000000000000000000000000000000000000000000000000000000
  1089.           0000000000000000000000000000000000000000000000000000000000000000
  1090.           0000000000000000000000000000000000000000000000000000000000000000
  1091.           0000000000000000000000000000000000000000000000000000000000000000
  1092.           0000000000000000000000000000000000000000000000000000000000000000
  1093.           0000000000000000000000000000000000000000000000000000000000000000
  1094.           0000000000000000000000000000000000000000000000000000000000000000
  1095.           0000000000000000000000000000000000000000000000000000000000000000
  1096.           0000000000000000000000000000000000000000000000000000000000000000
  1097.           0000000000000000000000000000000000000000000000000000000000000000
  1098.           000000000000000000000000000000000000F0FBFF00A4A0A000808080000000
  1099.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00030303030303
  1100.           03030303030303030303030303030303030303030303FFFFFFFFFFFFFFFFFFFF
  1101.           0303030303030303030000000000000000000003030303030303030303F8F8F8
  1102.           F8F8F8F8F8F8F8FF03030303030303030300FFFFFFFFFFFFFFFF000303030303
  1103.           0303030303F8FF03030303030303F8FF03030303030303030300FBFFFBFFFBFF
  1104.           FBFF0003030303030303030303F8FF03FFFFFFFFFFFFF8FF0303030303030303
  1105.           0300FFF8F8F8F8F8F8FF0003030303030303030303F8FFF8F8F8F8F8F803F8FF
  1106.           03030303030303030300FBFFFBFFFBFFFBFF00030303030303FFFFFFFFF8FF03
  1107.           FFFFFFFFFFFFF8FF03030303000000000000FFF8F8F8F8F8F8FF000303030303
  1108.           F8F8F8F8F8F8FFF8F8F8F8F8F803F8FF0303030300FFFFFFFF00FBFFFBFFFBFF
  1109.           FBFF000303030303F8FF030303F8FF03FFFFFFFFFFFFF8FF0303030300FFFFFF
  1110.           FF00FFF8F8F8F8F8F8FF000303030303F8FF030303F8FFF8F8F8F8F8F803F8FF
  1111.           0303030300FF07070700FBFFFBFFFBFFFBFF000303030303F8FF030303F8FF03
  1112.           0303030303FFF8FF0303030300FFFFFFFF00FFFFFFFFFFFF0000000303030303
  1113.           F8FF030303F8FF0303030303F8F8F8030303030300FF07070700FBFFFBFFFBFF
  1114.           0000030303030303F8FF030303F8FFFFFFFFFFFFF8F803030303030300FFFFFF
  1115.           FF000000000000000003030303030303F8FF030303F8F8F8F8F8F8F8F8030303
  1116.           0303030300FF070707070707FF0003030303030303030303F8FF030303030303
  1117.           03F8FF03030303030303030300FFFFFFFFFFFFFFFF0003030303030303030303
  1118.           F8FF030303030303FFF8FF03030303030303030300FFFFFFFFFFFF0000000303
  1119.           0303030303030303F8FF0303030303F8F8F80303030303030303030300FFFFFF
  1120.           FFFFFF00000303030303030303030303F8FFFFFFFFFFFFF8F803030303030303
  1121.           030303030000000000000000030303030303030303030303F8F8F8F8F8F8F8F8
  1122.           0303030303030303030303030303030303030303030303030303030303030303
  1123.           0303030303030303030303030303030303030303030303030303030303030303
  1124.           0303030303030303030303030303030303030303030303030303}
  1125.         NumGlyphs = 2
  1126.         Spacing = -1
  1127.         IsControl = True
  1128.       end
  1129.       object DelDirBtn: TBitBtn
  1130.         Left = 136
  1131.         Top = 214
  1132.         Width = 27
  1133.         Height = 27
  1134.         Hint = 'Delete direction code'
  1135.         TabOrder = 6
  1136.         OnClick = DelDirBtnClick
  1137.         NumGlyphs = 2
  1138.         Spacing = -1
  1139.         IsControl = True
  1140.       end
  1141.       object MapDir: TComboBox
  1142.         Left = 272
  1143.         Top = 200
  1144.         Width = 169
  1145.         Height = 21
  1146.         Hint = 
  1147.           '|Physical direction to move in the automapper (None for no direc' +
  1148.           'tion)'
  1149.         DropDownCount = 11
  1150.         Font.Color = clWindowText
  1151.         Font.Height = -12
  1152.         Font.Name = 'MS Sans Serif'
  1153.         Font.Style = []
  1154.         ItemHeight = 13
  1155.         Items.Strings = (
  1156.           'North'
  1157.           'Northeast'
  1158.           'East'
  1159.           'Southeast'
  1160.           'South'
  1161.           'Southwest'
  1162.           'West'
  1163.           'Northwest'
  1164.           'Up'
  1165.           'Down'
  1166.           'None')
  1167.         ParentFont = False
  1168.         TabOrder = 7
  1169.       end
  1170.     end
  1171.   end
  1172.   object Panel1: TPanel
  1173.     Left = 0
  1174.     Top = 0
  1175.     Width = 564
  1176.     Height = 22
  1177.     Align = alTop
  1178.     BevelOuter = bvLowered
  1179.     Caption = 'Panel1'
  1180.     TabOrder = 1
  1181.     object Panel2: TPanel
  1182.       Left = 1
  1183.       Top = 1
  1184.       Width = 42
  1185.       Height = 20
  1186.       Align = alLeft
  1187.       BevelOuter = bvNone
  1188.       TabOrder = 0
  1189.       object TopBtn: TSpeedButton
  1190.         Left = 0
  1191.         Top = 0
  1192.         Width = 20
  1193.         Height = 20
  1194.         Hint = 'Keep on top|Forces this dialog to display on top of others'
  1195.         AllowAllUp = True
  1196.         GroupIndex = 1
  1197.         NumGlyphs = 2
  1198.         OnClick = TopBtnClick
  1199.       end
  1200.       object LoadBtn: TSpeedButton
  1201.         Left = 20
  1202.         Top = 0
  1203.         Width = 20
  1204.         Height = 20
  1205.         Hint = 'Update for active MUD|Loads paths for current character window'
  1206.         NumGlyphs = 2
  1207.         OnClick = LoadBtnClick
  1208.       end
  1209.     end
  1210.     object Panel3: TPanel
  1211.       Left = 43
  1212.       Top = 1
  1213.       Width = 520
  1214.       Height = 20
  1215.       Align = alClient
  1216.       BevelOuter = bvNone
  1217.       TabOrder = 1
  1218.       object BtnPanel5: TBtnPanel
  1219.         Left = 0
  1220.         Top = 0
  1221.         Width = 64
  1222.         Height = 20
  1223.         BorderColor = clHighlight
  1224.         Align = alLeft
  1225.         BorderWidth = 1
  1226.         Caption = 'Aliases'
  1227.         Font.Color = clBtnText
  1228.         Font.Height = -11
  1229.         Font.Name = 'MS Sans Serif'
  1230.         Font.Style = []
  1231.         ParentFont = False
  1232.         TabOrder = 0
  1233.         OnClick = AliasBtnClick
  1234.       end
  1235.       object VarBtn: TBtnPanel
  1236.         Left = 64
  1237.         Top = 0
  1238.         Width = 64
  1239.         Height = 20
  1240.         BorderColor = clHighlight
  1241.         Align = alLeft
  1242.         BorderWidth = 1
  1243.         Caption = 'Variables'
  1244.         Font.Color = clBtnText
  1245.         Font.Height = -11
  1246.         Font.Name = 'MS Sans Serif'
  1247.         Font.Style = []
  1248.         ParentFont = False
  1249.         TabOrder = 1
  1250.         OnClick = VarBtnClick
  1251.       end
  1252.       object MacroBtn: TBtnPanel
  1253.         Left = 128
  1254.         Top = 0
  1255.         Width = 64
  1256.         Height = 20
  1257.         BorderColor = clHighlight
  1258.         Align = alLeft
  1259.         BorderWidth = 1
  1260.         Caption = 'Macros'
  1261.         Font.Color = clBtnText
  1262.         Font.Height = -11
  1263.         Font.Name = 'MS Sans Serif'
  1264.         Font.Style = []
  1265.         ParentFont = False
  1266.         TabOrder = 2
  1267.         OnClick = MacroBtnClick
  1268.       end
  1269.       object ButBtn: TBtnPanel
  1270.         Left = 192
  1271.         Top = 0
  1272.         Width = 64
  1273.         Height = 20
  1274.         BorderColor = clHighlight
  1275.         Align = alLeft
  1276.         BorderWidth = 1
  1277.         Caption = 'Buttons'
  1278.         Font.Color = clBtnText
  1279.         Font.Height = -11
  1280.         Font.Name = 'MS Sans Serif'
  1281.         Font.Style = []
  1282.         ParentFont = False
  1283.         TabOrder = 3
  1284.         OnClick = ButBtnClick
  1285.       end
  1286.       object TrigBtn: TBtnPanel
  1287.         Left = 256
  1288.         Top = 0
  1289.         Width = 64
  1290.         Height = 20
  1291.         BorderColor = clHighlight
  1292.         Align = alLeft
  1293.         BorderWidth = 1
  1294.         Caption = 'Triggers'
  1295.         Font.Color = clBtnText
  1296.         Font.Height = -11
  1297.         Font.Name = 'MS Sans Serif'
  1298.         Font.Style = []
  1299.         ParentFont = False
  1300.         TabOrder = 4
  1301.         OnClick = TrigBtnClick
  1302.       end
  1303.       object WalkBtn: TBtnPanel
  1304.         Left = 320
  1305.         Top = 0
  1306.         Width = 88
  1307.         Height = 20
  1308.         BorderColor = clHighlight
  1309.         Align = alLeft
  1310.         BorderWidth = 1
  1311.         Caption = 'Speedwalking'
  1312.         Font.Color = clBtnText
  1313.         Font.Height = -11
  1314.         Font.Name = 'MS Sans Serif'
  1315.         Font.Style = []
  1316.         ParentFont = False
  1317.         TabOrder = 5
  1318.         OnClick = WalkBtnClick
  1319.       end
  1320.     end
  1321.   end
  1322.   object OKBtn: TBitBtn
  1323.     Left = 320
  1324.     Top = 300
  1325.     Width = 77
  1326.     Height = 27
  1327.     Font.Color = clBtnText
  1328.     Font.Height = -12
  1329.     Font.Name = 'MS Sans Serif'
  1330.     Font.Style = []
  1331.     ParentFont = False
  1332.     TabOrder = 2
  1333.     OnClick = OKBtnClick
  1334.     Kind = bkOK
  1335.     Spacing = -1
  1336.     IsControl = True
  1337.   end
  1338.   object CancelBtn: TBitBtn
  1339.     Left = 402
  1340.     Top = 300
  1341.     Width = 77
  1342.     Height = 27
  1343.     Font.Color = clBtnText
  1344.     Font.Height = -12
  1345.     Font.Name = 'MS Sans Serif'
  1346.     Font.Style = []
  1347.     ParentFont = False
  1348.     TabOrder = 3
  1349.     OnClick = CancelBtnClick
  1350.     Kind = bkCancel
  1351.     Spacing = -1
  1352.     IsControl = True
  1353.   end
  1354.   object HelpBtn: TBitBtn
  1355.     Left = 484
  1356.     Top = 300
  1357.     Width = 77
  1358.     Height = 27
  1359.     HelpContext = 130
  1360.     Font.Color = clBtnText
  1361.     Font.Height = -12
  1362.     Font.Name = 'MS Sans Serif'
  1363.     Font.Style = []
  1364.     ParentFont = False
  1365.     TabOrder = 4
  1366.     OnClick = ReverseBtnClick
  1367.     Kind = bkHelp
  1368.     Spacing = -1
  1369.     IsControl = True
  1370.   end
  1371.   object HelpPanel: TPanel
  1372.     Left = 0
  1373.     Top = 333
  1374.     Width = 564
  1375.     Height = 20
  1376.     Align = alBottom
  1377.     Alignment = taLeftJustify
  1378.     BevelOuter = bvLowered
  1379.     Font.Color = clWindowText
  1380.     Font.Height = -11
  1381.     Font.Name = 'MS Sans Serif'
  1382.     Font.Style = []
  1383.     ParentFont = False
  1384.     TabOrder = 5
  1385.   end
  1386.   object PopupMenu1: TPopupMenu
  1387.     Left = 8
  1388.     Top = 304
  1389.     object FastWalk1: TMenuItem
  1390.       Caption = 'Fast Walk'
  1391.       ShortCut = 0
  1392.       OnClick = PathListDblClick
  1393.     end
  1394.     object Reverse1: TMenuItem
  1395.       Caption = 'Reverse'
  1396.       ShortCut = 0
  1397.       OnClick = ReverseBtnClick
  1398.     end
  1399.     object SlowWalk1: TMenuItem
  1400.       Caption = 'Slow Walk'
  1401.       ShortCut = 0
  1402.       OnClick = SlowBtnClick
  1403.     end
  1404.     object N1: TMenuItem
  1405.       Caption = '-'
  1406.       ShortCut = 0
  1407.     end
  1408.     object New1: TMenuItem
  1409.       Caption = 'New'
  1410.       ShortCut = 0
  1411.       OnClick = NewBtnClick
  1412.     end
  1413.     object Copy1: TMenuItem
  1414.       Caption = 'Copy'
  1415.       ShortCut = 0
  1416.       OnClick = CopyBtnClick
  1417.     end
  1418.     object Delete1: TMenuItem
  1419.       Caption = 'Delete'
  1420.       ShortCut = 0
  1421.       OnClick = DelBtnClick
  1422.     end
  1423.   end
  1424.   object PopupMenu2: TPopupMenu
  1425.     Left = 40
  1426.     Top = 304
  1427.     object MenuItem3: TMenuItem
  1428.       Caption = 'New'
  1429.       ShortCut = 0
  1430.       OnClick = NewDirBtnClick
  1431.     end
  1432.     object MenuItem4: TMenuItem
  1433.       Caption = 'Copy'
  1434.       ShortCut = 0
  1435.       OnClick = CopyDirBtnClick
  1436.     end
  1437.     object MenuItem5: TMenuItem
  1438.       Caption = 'Delete'
  1439.       ShortCut = 0
  1440.       OnClick = DelDirBtnClick
  1441.     end
  1442.   end
  1443. end
  1444.